From: Richard M. Stallman Date: Fri, 29 Nov 2002 09:43:35 +0000 (+0000) Subject: Require eshell. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~29476 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=65327f1701cef1646c2c6f8c0a1d05bb5027b0f0;p=emacs.git Require eshell. --- diff --git a/lisp/eshell/em-script.el b/lisp/eshell/em-script.el index af7250b553c..ebb33f7ed48 100644 --- a/lisp/eshell/em-script.el +++ b/lisp/eshell/em-script.el @@ -25,6 +25,8 @@ (eval-when-compile (require 'esh-maint)) +(require 'eshell) + (defgroup eshell-script nil "This module allows for the execution of files containing Eshell commands, as a script file."